home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / wall / RCS / wall.man,v < prev   
Text File  |  1989-11-27  |  2KB  |  126 lines

  1. head     1.4;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.4
  10. date     89.11.27.14.27.02;  author douglis;  state Exp;
  11. branches ;
  12. next     1.3;
  13.  
  14. 1.3
  15. date     89.11.21.15.56.11;  author douglis;  state Exp;
  16. branches ;
  17. next     1.2;
  18.  
  19. 1.2
  20. date     88.12.30.10.29.58;  author ouster;  state Exp;
  21. branches ;
  22. next     1.1;
  23.  
  24. 1.1
  25. date     88.12.22.13.23.22;  author ouster;  state Exp;
  26. branches ;
  27. next     ;
  28.  
  29.  
  30. desc
  31. @@
  32.  
  33.  
  34. 1.4
  35. log
  36. @added -r (no rlogins) option
  37. @
  38. text
  39. @' $Header: /sprite/src/cmds/wall/RCS/wall.man,v 1.3 89/11/21 15:56:11 douglis Exp Locker: douglis $
  40. .so \*(]ltmac.sprite
  41. .HS WALL cmds
  42. .BS
  43. .SH NAME
  44. wall \- write to all users
  45. .SH SYNOPSIS
  46. \fBwall\fP [ \fB\-v\fP ] [ \fB-l\fP ] [ \fB-r\fP ] 
  47. .IP "\fB\-v\fR" 15
  48. Verbose: inform the user whether or not each machine
  49. successfully received the message.
  50. .IP "\fB\-l\fR" 15
  51. Local: Only inform users on the local host.
  52. .IP "\fB\-r\fR" 15
  53. No rlogins: Only write to /dev/syslog on each machine, not rlogins.
  54. .BE
  55. .SH DESCRIPTION
  56. .LP
  57. \fIWall\fP reads its standard input until an end-of-file.
  58. It then sends this message, preceded by `Broadcast Message ...',
  59. to the syslog window and all rlogins on each machine.  If the \fB-l\fR
  60. option is specified, only users on the local host are notified.  
  61. If the \fB-r\fR option is specified, only syslog windows are written to.
  62. The
  63. \fB\-v\fR option will inform 
  64. the user whether or not each machine successfully received the
  65. message.
  66.  
  67. .SH KEYWORDS
  68. write, message, syslog
  69. @
  70.  
  71.  
  72. 1.3
  73. log
  74. @added -l option
  75. @
  76. text
  77. @d1 1
  78. a1 1
  79. ' $Header: /sprite/src/cmds/wall/RCS/wall.man,v 1.2 88/12/30 10:29:58 ouster Exp Locker: douglis $
  80. d8 1
  81. a8 1
  82. \fBwall\fP [ \fB\-v\fP ] [ \fB-l\fP ]
  83. d14 2
  84. d22 3
  85. a24 1
  86. option is specified, only users on the local host are notified.  The
  87. d26 1
  88. a26 1
  89. the user whether or not each machine successfuly received the
  90. @
  91.  
  92.  
  93. 1.2
  94. log
  95. @More format upgrades.
  96. @
  97. text
  98. @d1 1
  99. a1 1
  100. ' $Header: /a/newcmds/wall/RCS/wall.man,v 1.1 88/12/22 13:23:22 ouster Exp Locker: ouster $
  101. d8 1
  102. a8 1
  103. \fBwall\fP [ \fB\-v\fP ]
  104. d12 2
  105. d19 3
  106. a21 1
  107. to the syslog window of each machine.  The \fB\-v\fR option will inform
  108. @
  109.  
  110.  
  111. 1.1
  112. log
  113. @Initial revision
  114. @
  115. text
  116. @d1 1
  117. a1 1
  118. ' $Header$
  119. d9 1
  120. a9 1
  121. .IP "\fB-v\fR" 15
  122. d17 1
  123. a17 1
  124. to the syslog window of each machine.  The -v option will inform
  125. @
  126.